projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01bea42
)
; Fix typos
author
Po Lu
<luangruo@yahoo.com>
Fri, 9 Jun 2023 10:18:12 +0000
(18:18 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 9 Jun 2023 10:18:12 +0000
(18:18 +0800)
* src/textconv.c (really_commit_text):
(handle_pending_conversion_events): Fix minor typos.
src/textconv.c
patch
|
blob
|
history
diff --git
a/src/textconv.c
b/src/textconv.c
index 92d44fe2e6693e080eb881f8aacb624db613fe77..3303ca246de4d02b28c100739ed3561a462aef86 100644
(file)
--- a/
src/textconv.c
+++ b/
src/textconv.c
@@
-687,7
+687,7
@@
really_commit_text (struct frame *f, EMACS_INT position,
if (SCHARS (text))
{
Finsert (1, &text);
- record_buffer_change (
start
, PT, text);
+ record_buffer_change (
wanted
, PT, text);
}
if (position <= 0)
@@
-1340,7
+1340,7
@@
handle_pending_conversion_events (void)
static int inside;
specpdl_ref count;
ptrdiff_t last_point;
- struct window *w
, *w1
;
+ struct window *w;
handled = false;